Don't use guestfs package
authorHilko Bengen <bengen@debian.org>
Sat, 25 Sep 2021 15:19:25 +0000 (17:19 +0200)
committerHilko Bengen <bengen@debian.org>
Sat, 25 Sep 2021 15:51:52 +0000 (16:51 +0100)
commit754936ab39821ac91f6ed459f4324e83cb2de32e
treed519df6f0e6f5c94d348ddabe9af22b25c97977d
parent12c5cf692cac7ae2710632e88785ea46f3cd4fad
Don't use guestfs package

This avoids build errors:
,----
| ocamlfind: Package `guestfs' not found
`----

Apparently, ocamlfind only looks for the guestfs package in
system-wide preconfigured search paths, not in paths specified with -I.

Gbp-Pq: Name Don-t-use-guestfs-package.patch
common/mlcustomize/Makefile.am
common/mlprogress/Makefile.am
common/mltools/Makefile.am
common/mlvisit/Makefile.am